- 01. Intro to the Lesson
- 02. Intro to CursorAdapter
- 03. Implement a CursorAdapter
- 04. Create the Empty View
- 05. Intro to CursorLoader
- 06. Using a CursorLoader
- 07. Avoiding Unnecessary Reloads
- 08. CursorLoader Automatically Loading
- 09. Use EditorActivity for Editing Pets Too
- 10. Load Existing Pet in EditorActivity
- 11. Update Pet
- 12. Prevent Crash with Blank Editor
- 13. Warn the User About Unsaved Changes
- 14. Hide the Delete Menu Option For New Pets
- 15. Delete Pet From EditorActivity
- 16. Delete All Pets Menu Option
- 17. Unknown Breed
- 18. Recap of Lesson 4
- 19. Google Keep App
- 20. Congratulations!